Intersoft WebInput Documentation
ISClientData Object
Send Feedback
Intersoft WebInput > Client-side References > ISClientData Object

Glossary Item Box

 ISClientData Properties

OldValue Description
Gets or sets unvalidated valid value.

ValueType
String

Default Value
no default (required)
NewValue Description
Gets or sets value to be validated.

ValueType
String

Default Value
no default (required)
Type Description
Gets or sets value type. Valid values are DateTime and Number.

ValueType
String

Default Value
no default (required)
Format Description
Gets or sets validation format expression.

ValueType
String

Default Value
no default (required)
IsValid Description
Indicates if validation is success or not. (gets or sets)

ValueType
Boolean

Default Value
false
FormattedValue Description
Gets formatted valid value.

ValueType
String

Default Value
null
FormattedData Description
Gets values in parts ( for each format specifier)

ValueType
Array of Object

Default Value
null